Read Me

About

This is a very simple theme that is easy to edit created especially for Mysidia PHP Adoptables (or MysAdopts).

The theme contains six stylesheets, and corresponding images for the titlebox background. The titlebox background can be changed to any image by editing the stylesheet of choice in a text editor.

Information

Simple v2 is a remake of the old Simple theme that is usually used as a default theme for MysAdopts new installations. It was created in an effort to give a simple starting point for new and advanced users.

As you can see there is a preview of this theme by just reading this Read Me file.

Custom HTML

Parts of the default template must be edited to make it work better with your own site. The items that require editing are as follows.

  1. Stylesheet Link
    <link rel="stylesheet" href="templates/themes/default/media/style-<!--colortheme-->.css" type="text/css" /> to include your chosen stylesheet name, ex: <link rel="stylesheet" href="templates/themes/default/media/style-psychedelia.css" type="text/css" />
  2. Top Navigation Links to reflect your own sites terms
    <!-- Top Navigation Links --> <a href="account.php" class="one">My Account</a><a href="adopt.php" class="two">Adopt Creatures</a><a href="explore.php" class="three">Explore World</a><a href="stats.php" class="four">Community</a> <!-- End -->
  3. Copyright Statement
    Your Site ©Copyright Your Name Year - Year

included styles

The styles that are included with this theme are based on the following palettes from COLOURlovers.

Storming_Psychedelia gemtone_sea_shore Joker City_Lights ContinuumXLS brighter_lights

Image Replacement

Replacing the images for the title box is very simple. All you need to do is find: #image{border-left:10px solid #fff; border-right:10px solid #fff; border-bottom:5px solid #fff; background:url("standard.png"); height:150px; } and put your image url into the provided space for background. You can also change the height as needed.

create your own CSS

There is a blank CSS file included so you can create your own theme. It has comments on what each part of the CSS is for as well.